FindOptions

public final static FindOptions FindOptions(Boolean matchCase, Boolean searchBackward)
public final static FindOptions FindOptions(Boolean matchCase, Boolean searchBackward)

Creates a new instance of FindOptions with the given parameters.

Since

8.0.0

Parameters

matchCase

Specifies whether the search is case-sensitive.

searchBackward

Specifies whether the search is performed in the reverse direction.